home *** CD-ROM | disk | FTP | other *** search
INI File | 2009-10-01 | 2.4 KB | 102 lines |
- // STRATEGY FOR MEDIUM LEVEL COMPUTERS
- // - Test Machine: GeForce2MX 64MB on 1Ghz Machine
- // - Target Settings: 800x600x16
- // Desc:
- // +Keep frame rate above 20fps.
- // +Good lighting
- // +Detail texture
- // +Full Res textures (card has 64 MB ram)
- // +Sky
- // +Some shadows.
- // +Never see slowbody pop in game cameras (so numbers always stay visible)
- //
- // -No Film Grain
- // -No 3D grass
- // -No Particles in game camera
- // -No stadium shadow layer over pitch
- //
- // Current Perf:
- // poly/frame: 90,000
- // FPS: 31
- //
- // DSEWELL: 1:34 p.m. 13/09/2003
-
-
- // Default
- FILM_GRAIN_ON = 0
- RMGRASS_ENABLED = 0
- RMPARTICLES_ENABLE = 1
-
- [RMCONFIG_DATA]
-
- ACTIVE_CONIFG = PC_M
-
- // dsewell: added these here because cf_def isnt very useful for these settings
- PLAYER_LOD_HIGH_NEAR = -1.0
- PLAYER_LOD_HIGH_FAR = 2.283
- PLAYER_LOD_MED_NEAR = 2.323
- PLAYER_LOD_MED_FAR = 0.913
- PLAYER_LOD_LOW_NEAR = 0.950
- PLAYER_LOD_LOW_FAR = 0.240
- PLAYER_LOD_SLOW_NEAR = 0.29
- PLAYER_LOD_SLOW_FAR = 0.0
-
- PLAYERHEAD_LOD_HIGH_NEAR = -1.0
- PLAYERHEAD_LOD_HIGH_FAR = 1.480
- PLAYERHEAD_LOD_MED_NEAR = 1.520
- PLAYERHEAD_LOD_MED_FAR = 0.676
- PLAYERHEAD_LOD_LOW_NEAR = 0.720
- PLAYERHEAD_LOD_LOW_FAR = 0.0
-
- // dsewell : Ok so adding the pitch detail back isn't an optimisation - but it only cost me 2% performance and makes the game look 33.29% better
- PITCH_DETAIL_RENDER = 1
-
- // dsewell : game looks terrible without any shadows, this is a new var that will draw two soft shadows FPS cost 22.22 -> 22.10
- PLAYERSHADOW_ENABLED = 1
- PLAYERSHADOW_USELOWENDSOFTSHADOWS = 1
-
- // dsewell : maybe we can have this back on in oop?
- SKY_RENDER = 1
-
- //
- // RMRain
- //
- RMRAIN_ENABLED=1
- RMRAIN_NUM_DROPS=1024
- RMRAIN_REGIONS_X=2
- RMRAIN_REGIONS_Y=1
- RMRAIN_REGIONS_Z=2
- RMRAIN_BASE0_A=18
- RMRAIN_BASE0_R=96
- RMRAIN_BASE0_G=96
- RMRAIN_BASE0_B=128
- RMRAIN_BASE1_A=18
- RMRAIN_BASE1_R=96
- RMRAIN_BASE1_G=96
- RMRAIN_BASE1_B=128
- RMRAIN_TIP0_A=15
- RMRAIN_TIP0_R=96
- RMRAIN_TIP0_G=96
- RMRAIN_TIP0_B=128
- RMRAIN_TIP1_A=15
- RMRAIN_TIP1_R=96
- RMRAIN_TIP1_G=96
- RMRAIN_TIP1_B=128
-
- // Switch on referee
- FEATURE_INGAME_REFEREE_ENABLED = 1
-
- //----------------------- THE FOLLOWING IS PROBABLY JUNK ---------------------
- // PC Performance settings
- PCCONFIG_GAMELOOP_AITICKS = 2
- // Small flags
- SMALLFLAG_ENABLED = 1
- SMALLFLAG_ENABLED_PERCENTAGE = 50
- FLAG_ANIMATION_DURING_GAMEPLAY = 1
- // Lightglows
- LIGHTGLOWS_ENABLED = 1
- LIGHTGLOWS_ENABLED_PERCENTAGE = 70
-
-
-
-